projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c33e42
)
(run_hook_with_args): Add forward declaration.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Oct 1995 15:19:25 +0000
(15:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Oct 1995 15:19:25 +0000
(15:19 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 69ce3f35c54520fcdb425eedf755b1f1754289ae..af3624efd85072fbc0889685e1d7d2cf1b1cdec0 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-143,6
+143,8
@@
Lisp_Object Vdebugger;
void specbind (), record_unwind_protect ();
+Lisp_Object run_hook_with_args ();
+
Lisp_Object funcall_lambda ();
extern Lisp_Object ml_apply (); /* Apply a mocklisp function to unevaluated argument list */